Memory Fingers Game ( 369 pas de programme )

	Memory game to test your memory retention.
	EXE and press letter A simultaneously to stop display and read the #. Continue on through seven stops and enter the #'s in the order you saw them. Your score will depend on your ability to stop the display and memorize the display. If you fail to stop the display you can always guess.

1 PRINT "MEMORY FINGERS"
3 VAC
5 A$="(icone du triangle)":U=0
30 GOSUB 99
31 IF U<>8 THEN 30
32 IF U=8 THEN 120
35 INPUT "AREAS",B,C,D,E,K,L,M
36 IF B=G;Y=1:IF C=H;X=1:IF D=I;W=1:IF E=J;W=1
37 IF K=T;S=1:IF L=P;R=1:IF M=O;Q=1
38 U=0:U=Y+X+W+V+S+R+Q
39 PRINT"SCORE=";U:GOTO 3
99 H=INT(9*RAN#)
100 PRINT CSR H;A$;
101 U=U+1
102 IF U=1;G=N
103 IF U=2;H=N
104 IF U=3;I=N
105 IF U=4;J=N
106 IF U=5;T=N
107 IF U=6;P=N
108 IF U=7;O=N
109 FOR F=0 TO 100:Z$=KEY:IF Z$="A";PRINT N:NEXT F
110 IF U=7;U=8
111 RETURN
120 U=0:FOR U=0 TO 500:NEXT U
130 GOTO 35